From: Ralf Baechle Date: Thu, 29 Jun 2006 19:06:53 +0000 (+0100) Subject: [MIPS] Add missing backslashes to macro definitions. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~43119^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8db089c6b5594c961fb6bc6d613b9926e0d3d98f;p=linux-4.9.git [MIPS] Add missing backslashes to macro definitions. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/hazards.h b/include/asm-mips/hazards.h index 66943c451c1d..25f5e8a4177d 100644 --- a/include/asm-mips/hazards.h +++ b/include/asm-mips/hazards.h @@ -69,10 +69,10 @@ * Use a macro for ehb unless explicit support for MIPSR2 is enabled */ -#define irq_enable_hazard +#define irq_enable_hazard \ _ehb -#define irq_disable_hazard +#define irq_disable_hazard \ _ehb #elif defined(CONFIG_CPU_R10000) || defined(CONFIG_CPU_RM9000)